From e89099571b488ce31941ee04b546277521c28e99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sat, 7 Jul 2018 22:46:50 +0200 Subject: [PATCH] extensions/two-table: temporarily disable When viewing PNGs with attached ICC profiles the gegl binary produces black if the two-table extension is active. Something is wrong in babl even accepting these paths. --- extensions/two-table.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/two-table.c b/extensions/two-table.c index 4b263cc..be69e5f 100644 --- a/extensions/two-table.c +++ b/extensions/two-table.c @@ -203,6 +203,8 @@ init (void) char *testchar = (char*) &testint; int littleendian = (testchar[0] == 23); + return 0; // temporarily disable, it is interfering with space invasion + if (littleendian) { const Babl *f24 = babl_format_new ( -- 2.30.2